←Select platform

Upsert(IEnumerable<FullTextSearchItem>) Method

Summary

Adds or updates one or more master form pages to the full text search database

Syntax
C#
C++/CLI
Python
public void Upsert( 
   IEnumerable<FullTextSearchItem> items 
) 
public:  
   virtual void Upsert( 
      System::Collections::Generic::IEnumerable<Leadtools::Forms::Recognition::FullTextSearchItem^>^ items 
   ) abstract 
def Upsert(self,items): 

Parameters

items

Properties of the items to add or update. Must not be null.

Remarks

This method loops through items and calls Upsert(FullTextSearchItem) for each item.

Requirements

Target Platforms

Help Version 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Recognition Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.